New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@servicensw/base

Package Overview
Dependencies
Maintainers
3
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@servicensw/base

Base styles and variables

  • 1.3.9
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.1K
increased by14.82%
Maintainers
3
Weekly downloads
 
Created
Source

@servicensw/base

Base CSS for all of Service NSW.

Contains styles for the following elements:
(Login credentials required)

  • Typography
  • Links
  • External links
  • Bold/Italic
  • Heading levels
  • Ordered list
  • Unordered list
  • Inline list
  • Horizontal rule
  • Table
  • Blockquote
  • Error text

Installation

npm install @servicensw/base --save-dev

How to use

PostCSS

Import CSS variables (custom properties):

@import '@servicensw/base';

Import styles:

@import '@servicensw/base/dist/base.css';

Sass

Import styles:

@import '@servicensw/base';

Native CSS

Import styles:

@import url('dist/base.css');

Or import styles via link tag:

<link href="dist/base.css" rel="stylesheet" type="text/css">

Developer notes

Currently only CSS variables (custom properties) are provided. They can be used in Native CSS, Sass or PostCSS, but only PostCSS will provide transpiling.

In the future Sass variables and Javascript variables may be provided if requested.

FAQs

Package last updated on 26 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc